Path: / workflows / {wid} / executions / {eid} / steps / {stid}

Path parameters:
stid -
wid -
eid -

Method Summary
ResourceDescription
GET /workflows/{wid}/executions/{eid}/steps/{stid} 

Method Detail
HTTP Example:
GET /workflows/{wid}/executions/{eid}/steps/{stid}

API Example:

WorkflowResource.getStep({'stid': …,
  'wid': …,
  'eid': …});

Output:
edu.illinois.ncsa.datawolf.domain.WorkflowStep
Produces:
application/json